home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / INTER / 3ds2vrml / README.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-02-11  |  147 b   |  8 lines

  1. @echo off
  2. if not exist vrmlplg.txt goto notext
  3. more <vrmlplg.txt
  4. goto end
  5. :notext
  6. echo Couldn't find the VRMLPLG.TXT information file.
  7. :end
  8.